home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_356 / algorhythms / source / scales.h < prev    next >
Text File  |  1992-05-06  |  185b  |  4 lines

  1. /*automusicscales.h*/
  2. /* for AlgoRhythms.c by Thomas E. Janzen */
  3. int InstallScale(const int Select, int scale[]);
  4. void TransposeScale(const int transpose, int *scale, const int range);